home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 40 / Softdisk for Windows 40.iso / PREVIEW / SOFTDISK.EXE / Intro3.dxr / 00024.ls < prev    next >
Encoding:
Text File  |  1996-10-07  |  192 b   |  14 lines

  1. on enterFrame
  2.   set the soundLevel to 5
  3.   if soundBusy(1) then
  4.     sound stop 1
  5.   end if
  6.   puppetSound("mixes.wav")
  7.   cursor(200)
  8.   set the exitLock to 0
  9. end
  10.  
  11. on exitFrame
  12.   delay(3 * 60)
  13. end
  14.